home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 13 - 1997 (partial) / 13.01 Jan 97 / Oddone.PreemptiveThreads Folder / Read me < prev    next >
Encoding:
Text File  |  1997-01-03  |  1.2 KB  |  31 lines  |  [TEXT/ttxt]

  1. Everything compiles fine under Metrowerks CodeWarrior 10 (both 68K and PPC) with the current Universal Headers and:
  2.  
  3. #define    SystemSevenOrLater    1
  4. #define    CGLUESUPPORTED    0
  5. #define    OLDROUTINENAMES    0
  6. #define    OLDROUTINELOCATIONS    0
  7.  
  8. provided that you link with your favorite ANSI library (Metrowerks supplies two different ANSI libraries as of CodeWarrior 10).
  9.  
  10. This software uses the MoreFiles library 1.4.5 by Jim Luther (Apple Macintosh Developer Technical Support).
  11. The MoreFiles notice says:
  12.  
  13. /*
  14. **    Apple Macintosh Developer Technical Support
  15. **
  16. **
  17. **    Copyright © 1992-1996 Apple Computer, Inc.
  18. **    All rights reserved.
  19. **
  20. **    You may incorporate this sample code into your applications without
  21. **    restriction, though the sample code has been provided "AS IS" and the
  22. **    responsibility for its operation is 100% yours.  However, what you are
  23. **    not permitted to do is to redistribute the source as "DSC Sample Code"
  24. **    after having made changes. If you're going to re-distribute the source,
  25. **    we require that you make it clear in the source that the code was
  26. **    descended from Apple Sample Code, but that you've made changes.
  27. */
  28.  
  29. You will have to download the latest version yourself, either from the Info-Mac archives or from here:
  30.  
  31. <ftp://members.aol.com/jumplong/>